From ea83a03a5e8fd36c8a604a5adede20bd04cb4b80 Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Sat, 13 Sep 2008 17:37:28 +0000 Subject: [PATCH] fix configure options error. SVN-Revision: 12600 --- XOrg/lib/vte/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XOrg/lib/vte/Makefile b/XOrg/lib/vte/Makefile index d10a88a49..82425d86e 100644 --- a/XOrg/lib/vte/Makefile +++ b/XOrg/lib/vte/Makefile @@ -59,7 +59,7 @@ endef define Build/Configure $(call Build/Configure/Default, \ --without-xft2 \ - $(if PKG_CONFIG_python-vte,--enable-python,--disable-python) \ + $(if $(CONFIG_PACKAGE_python-vte),--enable-python,--disable-python) \ ) endef -- 2.30.2